runtime.hmap.noldbuckets (method)
6 uses
runtime (current package)
map.go#L1113: func (h *hmap) noldbuckets() uintptr {
map.go#L1123: return h.noldbuckets() - 1
map.go#L1152: newbit := h.noldbuckets()
map_fast32.go#L376: newbit := h.noldbuckets()
map_fast64.go#L378: newbit := h.noldbuckets()
map_faststr.go#L404: newbit := h.noldbuckets()
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)